Merged from gtk-2-6:
authorSven Neumann <sven@gimp.org>
Thu, 31 Mar 2005 17:04:25 +0000 (17:04 +0000)
committerSven Neumann <neo@src.gnome.org>
Thu, 31 Mar 2005 17:04:25 +0000 (17:04 +0000)
2005-03-31  Sven Neumann  <sven@gimp.org>

Merged from gtk-2-6:

* gtk/gtkbutton.c
* gtk/gtkiconview.c: fixed gtk-doc comments.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkbutton.c
gtk/gtkiconview.c

index d41547d3ac37cdcb9aa52ba287401cee42824a09..53cb82ed47ec482e10cbf03a34b4a9f702cf570d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-31  Sven Neumann  <sven@gimp.org>
+
+       Merged from gtk-2-6:
+
+       * gtk/gtkbutton.c
+       * gtk/gtkiconview.c: fixed gtk-doc comments.
+
 2005-03-31  Michael Natterer  <mitch@gimp.org>
 
        Allow to pop up menus without grabbing the keyboard. Useful for
index d41547d3ac37cdcb9aa52ba287401cee42824a09..53cb82ed47ec482e10cbf03a34b4a9f702cf570d 100644 (file)
@@ -1,3 +1,10 @@
+2005-03-31  Sven Neumann  <sven@gimp.org>
+
+       Merged from gtk-2-6:
+
+       * gtk/gtkbutton.c
+       * gtk/gtkiconview.c: fixed gtk-doc comments.
+
 2005-03-31  Michael Natterer  <mitch@gimp.org>
 
        Allow to pop up menus without grabbing the keyboard. Useful for
index d41547d3ac37cdcb9aa52ba287401cee42824a09..53cb82ed47ec482e10cbf03a34b4a9f702cf570d 100644 (file)
@@ -1,3 +1,10 @@
+2005-03-31  Sven Neumann  <sven@gimp.org>
+
+       Merged from gtk-2-6:
+
+       * gtk/gtkbutton.c
+       * gtk/gtkiconview.c: fixed gtk-doc comments.
+
 2005-03-31  Michael Natterer  <mitch@gimp.org>
 
        Allow to pop up menus without grabbing the keyboard. Useful for
index d9eedf18b5106aa67611082480c4bcffe3ebfd93..8c5fe3755be8f4d2f02cb02e1d93dc6de98c08fd 100644 (file)
@@ -1774,6 +1774,8 @@ gtk_button_set_image (GtkButton *button,
  * This may have been explicitly set by gtk_button_set_image()
  * or constructed by gtk_button_new_from_stock().
  *
+ * Return value: a #GtkWidget or %NULL in case there is no image
+ *
  * Since: 2.6
  */
 GtkWidget *
index e20ab3d04420d03b640a79c9ca0737ed0d4a75b1..d91bb01415dadb573c574ae783ed284aaf0d1b6b 100644 (file)
@@ -3809,7 +3809,7 @@ gtk_icon_view_get_item_width (GtkIconView *icon_view)
 
 
 /**
- * gtk_icon_view_set_item_width:
+ * gtk_icon_view_set_spacing:
  * @icon_view: a #GtkIconView
  * @spacing: the spacing
  * 
@@ -3857,7 +3857,7 @@ gtk_icon_view_get_spacing (GtkIconView *icon_view)
 /**
  * gtk_icon_view_set_row_spacing:
  * @icon_view: a #GtkIconView
- * @spacing: the row spacing
+ * @row_spacing: the row spacing
  * 
  * Sets the ::row-spacing property which specifies the space 
  * which is inserted between the rows of the icon view.
@@ -3902,7 +3902,7 @@ gtk_icon_view_get_row_spacing (GtkIconView *icon_view)
 /**
  * gtk_icon_view_set_column_spacing:
  * @icon_view: a #GtkIconView
- * @spacing: the column spacing
+ * @column_spacing: the column spacing
  * 
  * Sets the ::column-spacing property which specifies the space 
  * which is inserted between the columns of the icon view.